home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue63 / Clinic / SysIconU.dfm / SysIconU.txt
Encoding:
Text File  |  2000-09-09  |  644 b   |  36 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 205
  5.   Height = 58
  6.   Caption = 'System Tray Scroller'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object chkActive: TCheckBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 97
  19.     Height = 17
  20.     Caption = 'Active'
  21.     State = cbChecked
  22.     TabOrder = 0
  23.     OnClick = chkActiveClick
  24.   end
  25.   object ImageList: TImageList
  26.     Left = 112
  27.     Top = 8
  28.   end
  29.   object Timer: TTimer
  30.     Interval = 50
  31.     OnTimer = TimerTimer
  32.     Left = 152
  33.     Top = 8
  34.   end
  35. end
  36.